body{
    background-color: #7A316F;
    font-family: 'lucida sans unicode';
}
#banner {
    border-style:outset;
    border-color:#FBECB2;
    border-radius: 15px;
    width:750px;
    height:250px;
    margin: 0 auto;
    box-shadow: 0 2px 7px 0 #CD6688;
}
#sidenav {
    position:fixed;
    width:auto;
    padding: 30px;
    border-style:outset;
    border-color: #5272F2;
    border-radius: 15px;
    background: #F8BDEB;
    margin: 40px 210px auto;
    box-shadow: 0 2px 7px 0 #CD6688;
}
#sidenav a{
    font-weight:bold;
    text-decoration: none;
    color:#072541;
}
#sidenav a:hover {
    color: #FBECB2;
}
#sidenav li {
    list-style-type: none;
    text-align: left;
}
#container {
    color: #072541;
    background-color:#F8BDEB;
    padding: 50px;
    border-style:outset;
    border-color:#5272F2;
    border-radius: 15px;
    width: 1000px;
    margin: 40px auto;
    box-shadow: 0 2px 7px 0 #CD6688;
}
#blorbos {
    top:450px;
    left:1300px;
    bottom: 0; 
    right: 0;
    position: fixed;
}
#bunny {
    background-repeat: repeat-x;
    text-align: center;
}
